ArcGIS Runtime SDK for WPF - Library Reference
TrimExtendTaskAsync(IList<Polyline>,Polyline,CurveExtension,CancellationToken) Method
See Also 
ESRI.ArcGIS.Client.Tasks Namespace > GeometryService Class > TrimExtendTaskAsync Method : TrimExtendTaskAsync(IList<Polyline>,Polyline,CurveExtension,CancellationToken) Method

polylines
The collection of polylines to be trimmed or extended
trimExtendTo
The defining trim/extend line.
extendHow
Flags controlling the extend operation.
cancellationToken
The cancellation token
Trims or extends each input polyline to meet another polyline.

Syntax

Visual Basic (Declaration) 
Public Overloads Function TrimExtendTaskAsync( _
   ByVal polylines As IList(Of Polyline), _
   ByVal trimExtendTo As Polyline, _
   ByVal extendHow As CurveExtension, _
   ByVal cancellationToken As CancellationToken _
) As Task(Of TrimExtendResult)

Parameters

polylines
The collection of polylines to be trimmed or extended
trimExtendTo
The defining trim/extend line.
extendHow
Flags controlling the extend operation.
cancellationToken
The cancellation token

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.